HomeSort by relevance Sort by last modified time
    Searched refs:issp (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.char.h 60 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ) macro
sh.lex.c 102 while (issp(c));
205 while (issp(c = getC(DOALL)))
835 if (!issp(c) || type == 'q')
sh.func.c 855 while (issp(c)) {
898 } while ((d || !issp(c) && c != '(' && c != ')') && c != '\n');
sh.glob.c 849 if (!quoted && issp(c))
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/stmf/
stmf.c 195 struct stmf_i_scsi_session *issp; local
226 issp = iport.ilport_ss_list;
228 while (issp) {
229 if (mdb_vread(&iss, sizeof (iss), (uintptr_t)issp) == -1) {
231 issp);
235 mdb_printf("%p\n", issp);
240 issp = iss.iss_next;
    [all...]

Completed in 180 milliseconds