Home
last modified time | relevance | path

Searched refs:buf_ptr (Results 1 – 11 of 11) sorted by relevance

/minix/usr.bin/indent/
H A Dlexi.c180 (buf_ptr[0] == '.' && isdigit((unsigned char)buf_ptr[1]))) { in lexi()
189 (buf_ptr[0] == '.' && isdigit((unsigned char)buf_ptr[1]))) { in lexi()
192 (buf_ptr[1] == 'x' || buf_ptr[1] == 'X')) { in lexi()
219 if (*buf_ptr == '+' || *buf_ptr == '-') in lexi()
225 if (*buf_ptr == 'F' || *buf_ptr == 'f') { in lexi()
243 if (buf_ptr[1] == buf_ptr[0]) in lexi()
352 if (((*buf_ptr == '*' && buf_ptr[1] != '=') || in lexi()
353 isalpha((unsigned char)*buf_ptr) || *buf_ptr == '_') in lexi()
553 buf_ptr++; in lexi()
565 if (*buf_ptr == '>' || *buf_ptr == '<' || *buf_ptr == '=') { in lexi()
[all …]
H A Dpr_comment.c151 if (*buf_ptr == '-' || *buf_ptr == '*' || *buf_ptr == '\n') { in pr_comment()
187 buf_ptr[-2] = 0; in pr_comment()
189 buf_ptr[-2] = '/'; in pr_comment()
192 while (*buf_ptr == ' ' || *buf_ptr == '\t') in pr_comment()
193 buf_ptr++; in pr_comment()
215 if (!iscntrl((unsigned char)*buf_ptr) && *buf_ptr != '*') in pr_comment()
229 while (*++buf_ptr == ' ' || *buf_ptr == '\t'); in pr_comment()
301 while (*buf_ptr == ' ' || *buf_ptr == '\t'); in pr_comment()
330 } while (*buf_ptr == ' ' || *buf_ptr == '\t'); in pr_comment()
386 if (unix_comment == 0 && *buf_ptr != ' ' && *buf_ptr != '\t') in pr_comment()
[all …]
H A Dindent.c163 buf_ptr = buf_end = in_buffer; in main()
296 char *p = buf_ptr; in main()
393 *sc_end = *buf_ptr++; in main()
394 if (buf_ptr >= buf_end) in main()
1128 while (*buf_ptr == ' ' || *buf_ptr == '\t') { in main()
1129 buf_ptr++; in main()
1130 if (buf_ptr >= buf_end) in main()
1135 *e_lab = *buf_ptr++; in main()
1136 if (buf_ptr >= buf_end) in main()
1143 *e_lab++ = *buf_ptr++; in main()
[all …]
H A Dio.c396 buf_ptr = bp_save; /* dont read anything, just switch in fill_buffer()
400 if (buf_ptr < buf_end) in fill_buffer()
425 buf_ptr = in_buffer; in fill_buffer()
H A Dindent_globs.h149 EXTERN char *buf_ptr; /* ptr to next character to be taken from variable
/minix/minix/tests/blocktest/
H A Dblocktest.c411 u8_t *buf_ptr; in bad_read1() local
1254 u8_t *buf_ptr; in read_limits() local
1369 u8_t *buf_ptr; in write_limits() local
1572 u8_t *buf_ptr; in real_limits() local
1650 buf_ptr[510] = 0x55; in real_limits()
1833 memmove(buf_ptr + element_size, buf_ptr, iovt[1].iov_size); in unaligned_size_io()
1846 memmove(buf_ptr + element_size, buf_ptr, iovt[1].iov_size); in unaligned_size_io()
1875 memmove(buf_ptr, buf_ptr + element_size, iovt[1].iov_size); in unaligned_size_io()
1886 memmove(buf_ptr, buf_ptr + element_size, iovt[1].iov_size); in unaligned_size_io()
2302 u8_t *buf_ptr; in sweep_area() local
[all …]
/minix/external/bsd/byacc/dist/
H A Dmstring.c25 static char *buf_ptr; variable
42 buf_ptr = malloc(buf_len = 4096); in msprintf()
44 if (buf_ptr == 0) in msprintf()
53 len = (size_t) vsnprintf(buf_ptr, buf_len, fmt, args); in msprintf()
60 free(buf_ptr); in msprintf()
61 buf_ptr = 0; in msprintf()
64 buf_ptr = new_ptr; in msprintf()
70 len = (size_t) vsprintf(buf_ptr, fmt, args); in msprintf()
99 memcpy(s->ptr, buf_ptr, len); in msprintf()
210 free(buf_ptr); in mstring_leaks()
[all …]
/minix/external/bsd/flex/dist/
H A DFlexLexer.h139 void yyunput( int c, char* buf_ptr );
H A Dinitscan.c2055 static void yyunput (int c,char *buf_ptr );
H A Dflex.skl1042 static void yyunput M4_YY_PARAMS( int c, char *buf_ptr M4_YY_PROTO_LAST_ARG);
/minix/tools/m4/bootstrap/
H A Dtokenizer.c572 static void yyunput (int c,char *buf_ptr );