Searched refs:NUM (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c102 #define NUM 3 macro
134 { "ispeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the input baud rate") },
135 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
136 { "speed", NUM, C_SPEED,IG, CBAUD },
198 { "line", NUM, C_LINE, 0, 0, 0, C("Line discipline number") },
200 { "min", NUM, T_CHAR, 0, VMIN, 0, C("Mininmum number of characters to read in raw mode") },
201 { "time", NUM, T_CHAR, 0, VTIME, 0, C("Number of .1 second intervals with raw mode") },
719 case NUM:
846 listchars(sp,NUM);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm202 NUM: label
209 next NUM unless $num % $i;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c56 NUM = 258, enumerator in enum:yytokentype
62 #define NUM 258 macro
375 /* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
379 "$end", "error", "$undefined", "NUM", "LONGNUM", "OVERFLOW", "'-'",
386 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
387 token YYLEX-NUM. */
412 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
423 /* YYDEFGOTO[NTERM-NUM]. */
429 /* YYPACT[STATE-NUM]
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm173 =item dualvar NUM, STRING
175 Returns a scalar that has the value NUM in a numeric context and the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm85 $io->format_page_number( [NUM] ) $%
86 $io->format_lines_per_page( [NUM] ) $=
87 $io->format_lines_left( [NUM] ) $-
90 $io->input_line_number( [NUM]) $.
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh561 NUM=""
576 NUM=$ANS
1958 IDS_TIMELIMIT=$NUM
1977 IDS_SIZELIMIT=$NUM
2148 LDAP_SEARCH_TIME_LIMIT=$NUM
2158 LDAP_PROFILE_TTL=$NUM
2168 LDAP_BIND_LIMIT=$NUM
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c469 #define ALLOC(NUM,TYPE) \
470 (((NUM) <= (((size_t)0-1)/ sizeof(TYPE))) \
471 ? (TYPE *) calloc((NUM), sizeof(TYPE)) \

Completed in 266 milliseconds