HomeSort by: relevance | last modified time | path
    Searched defs:numeric (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xcalc/dist/
math.c 264 numeric(int keynum) function
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 250 char numeric; member in struct:_TextPart
  /xsrc/external/mit/xauth/dist/
process.c 89 Bool numeric; /* format in which to write */ member in struct:_extract_data
96 Bool numeric; /* format in which to write */ member in struct:_list_data
362 get_short(FILE *fp, unsigned short *sp) /* for reading numeric input */
385 get_bytes(FILE *fp, unsigned int n, char **ptr) /* for reading numeric input */
461 read_auth_entries(FILE *fp, Bool numeric, AuthList **headp, AuthList **tailp)
463 ReadFunc readfunc = (numeric ? read_numeric : XauReadAuth);
1012 if (ld->numeric) {
1062 ed->numeric ? "w" : "wb",
1073 (*(ed->numeric ? dump_numeric : XauWriteAuth)) (ed->fp, auth);
1492 ld.numeric = (argv[0][0] == 'n')
1515 Bool numeric = False; local
    [all...]

Completed in 29 milliseconds