Searched refs:get_token (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dpnm2png.c53 void get_token(FILE *pnm_file, char *token);
214 get_token(pnm_file, type_token);
229 get_token(pnm_file, width_token);
231 get_token(pnm_file, height_token);
233 get_token(pnm_file, maxval_token);
250 get_token(pnm_file, width_token);
252 get_token(pnm_file, height_token);
254 get_token(pnm_file, maxval_token);
281 get_token(alpha_file, type_token);
289 get_token(alpha_fil
446 void get_token(FILE *pnm_file, char *token) function
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dlex.cpp736 int get_token(int lookup_flag = 0) function
882 int t = get_token(2);
900 int t = get_token();
910 int t = get_token();
934 int t = get_token();
945 int t = get_token(2);
957 int t = get_token(2);
968 int t = get_token(2);
979 int t = get_token(2);
990 int t = get_token(
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dtoken.h87 int get_token(const char **ptr, const char *end);
H A Dref.cpp274 if (!get_token(&s, end))
304 if (!get_token(&s, end))
324 if (!get_token(&ptr, end))
553 if (!get_token(&ptr, end))
577 if (!get_token(&ptr, last_name_start))
597 if (!get_token(&ptr, last_name_start))
606 if (get_token(&ptr1, last_name_start)) {
728 if (!get_token(&start, end))
739 if (!get_token(&start, end))
751 if (!get_token(
[all...]
H A Dtoken.cpp57 int get_token(const char **ptr, const char *end) function
H A Dlabel.y728 if (!get_token(&ptr, end))
746 if (!get_token(&ptr, end))
757 if (!get_token(&ptr, end))
H A Dlabel.cpp775 if (!get_token(&ptr, end))
793 if (!get_token(&ptr, end))
804 if (!get_token(&ptr, end))
H A Drefer.cpp666 else if (!get_token(&ptr, end))
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dpktmetadatafilter.c130 static void get_token(const char **);
193 get_token(const char **ptr) function
283 get_token(ptr);
292 get_token(ptr);
329 get_token(ptr);
358 get_token(ptr);
391 get_token(ptr);
395 get_token(ptr);
436 get_token(ptr);
466 get_token(
[all...]
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-source.cxx307 if (!get_token(fp, name, sizeof(name)))
315 if (!get_token(fp, selector, sizeof(selector)))
326 if (!get_token(fp, value, sizeof(value)))
348 if (!get_token(fp, buffer, sizeof(buffer)))
389 if (!get_token(fp, name, sizeof(name)))
402 if (!get_token(fp, code, sizeof(code)))
433 if (!get_token(fp, name, sizeof(name)))
446 if (!get_token(fp, temp, sizeof(temp)))
457 if (!get_token(fp, temp, sizeof(temp)))
468 if (!get_token(f
1930 ppdcSource::get_token(ppdcFile *fp, // I - File to read function in class:ppdcSource
[all...]
H A Dppdc.h518 char *get_token(ppdcFile *fp, char *buffer, int buflen);
/macosx-10.10.1/cups-408/cups/test/
H A Dipptool.c166 static char *get_token(FILE *fp, char *buf, int buflen,
881 while (!Cancel && get_token(fp, token, sizeof(token), &linenum) != NULL)
893 if (get_token(fp, attr, sizeof(attr), &linenum) &&
894 get_token(fp, temp, sizeof(temp), &linenum))
915 if (get_token(fp, attr, sizeof(attr), &linenum) &&
916 get_token(fp, temp, sizeof(temp), &linenum))
938 if (get_token(fp, temp, sizeof(temp), &linenum))
958 if (get_token(fp, temp, sizeof(temp), &linenum) &&
979 if (get_token(fp, temp, sizeof(temp), &linenum))
1010 if (get_token(f
3912 get_token(FILE *fp, /* I - File to read from */ function
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dschema.c983 * The scanner is implemented in the routine get_token. Actually,
984 * get_token is more than a scanner and will return tokens that are
1010 get_token( const char ** sp, char ** token_val ) function
1193 kind = get_token(sp,&sval);
1205 kind = get_token(sp,&sval);
1257 kind = get_token(sp, &sval);
1290 if ( get_token(sp, &sval) != TK_BAREWORD ) {
1349 kind = get_token(sp,&sval);
1360 kind = get_token(sp,&sval);
1378 kind = get_token(s
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dlex.cpp550 // get_token deals with the case where c is a digit
831 int get_token(int lookup_flag) function
1303 int t = get_token(0); // do not expand what we are defining
1319 int t = get_token(0); // do not expand what we are undefining
1740 lookahead_token = get_token(1);
1771 t = get_token(1);
1807 lookahead_token = get_token(1);
1815 lookahead_token = get_token(1);
1823 lookahead_token = get_token(1);
1833 lookahead_token = get_token(
[all...]
/macosx-10.10.1/ntp-92/scripts/
H A Dhtml2man.in92 while (my $token = $p->get_token) {

Completed in 123 milliseconds