HomeSort by relevance Sort by last modified time
    Searched defs:TOOBIG (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/oamuser/inc/
users.h 47 #define TOOBIG 3 /* number too big */
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed0.c 68 char TOOBIG[] = "Suffix too large - 512 max: %s";
475 comperr(TOOBIG);
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
if_form.c 198 #define TOOBIG 1000
1209 leastrow = mode * TOOBIG;
1210 leastcol = mode * TOOBIG;
1211 newcurrow = mode * TOOBIG;
1212 newcurcol = mode * TOOBIG;
1277 if ((newcurrow == mode * TOOBIG) && (newcurcol == mode * TOOBIG))
    [all...]

Completed in 240 milliseconds