| /src/external/lgpl3/gmp/dist/scanf/ |
| sscanffuns.c | 104 unget (int c, const char **sp) function 122 (gmp_doscan_unget_t) unget,
|
| sscanffuns.c | 104 unget (int c, const char **sp) function 122 (gmp_doscan_unget_t) unget,
|
| sscanffuns.c | 104 unget (int c, const char **sp) function 122 (gmp_doscan_unget_t) unget,
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.h | 57 int unget : 8; /* unread char */ member in struct:_LispFile 62 unsigned int available : 1; /* unget field holds a char */
|
| io.c | 60 LispUngetInfo *unget = lisp__data.unget[lisp__data.iunget]; local 62 if (unget->offset) 63 ch = ((unsigned char*)unget->buffer)[--unget->offset]; 103 LispUngetInfo *unget = lisp__data.unget[lisp__data.iunget]; local 106 if (unget->offset == sizeof(unget->buffer)) { 107 LispWarning("character %c lost at LispUnget()", unget->buffer[0]) [all...] |
| private.h | 362 LispUngetInfo **unget; member in struct:_LispMac
|
| lisp.c | 804 LispUngetInfo **info, *unget = lisp__data.unget[0]; local 810 free(lisp__data.unget[--lisp__data.nunget]); 811 if ((info = realloc(lisp__data.unget, sizeof(LispUngetInfo*))) != NULL) 812 lisp__data.unget = info; 813 lisp__data.unget[0] = unget; 5298 lisp__data.unget = malloc(sizeof(LispUngetInfo*)); 5299 lisp__data.unget[0] = calloc(1, sizeof(LispUngetInfo));
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| COFFModuleDefinition.cpp | 183 void unget() { Stack.push_back(Tok); } function in class:llvm::object::Parser 194 unget(); 241 unget(); 261 unget(); 270 unget(); 293 unget(); 305 unget(); 321 unget(); 331 unget();
|
| COFFModuleDefinition.cpp | 183 void unget() { Stack.push_back(Tok); } function in class:llvm::object::Parser 194 unget(); 241 unget(); 261 unget(); 270 unget(); 293 unget(); 305 unget(); 321 unget(); 331 unget();
|
| COFFModuleDefinition.cpp | 183 void unget() { Stack.push_back(Tok); } function in class:llvm::object::Parser 194 unget(); 241 unget(); 261 unget(); 270 unget(); 293 unget(); 305 unget(); 321 unget(); 331 unget();
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| main.cpp | 44 void unget(char); 52 void table_input::unget(char c) function in class:table_input 386 in.unget(line[i]); 390 in.unget(c); 393 in.unget(line[i]); 1215 in.unget(d); 1219 in.unget(d); 1232 in.unget(d); 1397 in.unget(c);
|
| main.cpp | 44 void unget(char); 52 void table_input::unget(char c) function in class:table_input 386 in.unget(line[i]); 390 in.unget(c); 393 in.unget(line[i]); 1215 in.unget(d); 1219 in.unget(d); 1232 in.unget(d); 1397 in.unget(c);
|
| main.cpp | 44 void unget(char); 52 void table_input::unget(char c) function in class:table_input 386 in.unget(line[i]); 390 in.unget(c); 393 in.unget(line[i]); 1215 in.unget(d); 1219 in.unget(d); 1232 in.unget(d); 1397 in.unget(c);
|