Searched defs:interpret (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tgetch.c | 51 * interpret: = 0 for single-char key only 61 tgetch(int interpret) argument 95 * interpret is set to 0 so that down below we don't 100 interpret = FALSE; 113 if (interpret && cur_term->funckeystarter[inp]) 114 collapse = _getkey(interpret - 1, &inp);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getgraent.c | 61 static struct group_adjunct *interpret(char *, int); 100 if ((gra = interpret(line, strlen(line))) == NULL) 154 return (interpret(line1, strlen(line1))); 197 if ((gra = interpret(line1, strlen(line1))) == NULL) 232 interpret(char *val, int len) function 281 if ((gra = interpret(val, len)) == NULL) 370 gra = interpret(val, vallen);
|
H A D | getpwaent.c | 78 static struct passwd_adjunct *interpret(char *, int); 115 if ((pwadj = interpret(line, strlen(line))) == NULL) 211 if ((pwadj = interpret(line, strlen(line))) == NULL) 392 pwadj = interpret(val, vallen); 410 if ((pwadj = interpret(val, len)) == NULL) 430 interpret(char *val, int len) function
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 44 static int interpret(char *buf, entry_t **ppent); 272 interpret(char *buf, entry_t **ppent) function 455 * See interpret() for the reverse of this function: converting a string 727 if ((rc = interpret(buffer, &pent)) == SUCCESS) {
|
/illumos-gate/usr/src/common/ficl/ |
H A D | primitives.c | 3095 ficlWord *interpret; local 3460 interpret = ficlDictionarySetPrimitive(dictionary, "interpret", 3490 system->interpreterLoop[0] = interpret;
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 2216 interpret(fcode_env_t *env) function 2272 interpret(env);
|
Completed in 86 milliseconds