/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | is_linetou.c | 48 is_linetouched(WINDOW *win, int line) argument 50 if (line < 0 || line >= win->_maxy) 52 if (win->_firstch[line] == _INFINITY)
|
H A D | ripoffline.c | 46 * such that a line is removed from the user's screen by initscr. This 48 * which tells initscr to reduce the size of stdscr by one for each line 58 int line; member in struct:_ripdef 82 ((flag = _ripstruct[i].line) > 0) ? 0 : LINES, 0), COLS); 90 ripoffline(int line, int (*initfunction)(WINDOW *, int)) argument 93 _ripstruct[_ripcounter].line = line;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/ |
H A D | while.t | 51 line: while (<fh>) { label 52 if (/vt100/) {last line;}
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 31 ppcomment(char* head, char* comment, char* tail, int line) argument 33 NoP(line);
|
H A D | ppline.c | 25 * common preprocessor line sync handler 31 ppline(int line, char* file) argument 51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync; 75 * some front ends can't handle two line syncs in a row 81 ppprintf("#%s %d \"%s\"%s\n", pp.lineid, line, (pp.flags & PP_linebase) && (s = strrchr(file, '/')) ? s + 1 : file, type); 83 ppprintf("#%s %d\n", pp.lineid, line);
|
H A D | ppincref.c | 32 ppincref(char* parent, char* file, int line, int type) argument 38 NoP(line);
|
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) argument 36 NoP(line); 38 p += sfsprintf(p, MAXTOKEN, "\n#%s %d", pp.lineid, error_info.line);
|
H A D | ppargs.c | 25 * common preprocessor command line argument parse 37 " by the \b-D-X\b command line option.]" 60 " affects error message and line sync output.]" 67 " [+-D-L\b[\aid\a]], \bpp::lineid\b [\aid\a]]?Set the line sync directive" 116 " [+-I-R\afile\a?Include \afile\a but do not emit text or line syncs.]" 134 "[P!:sync?Emit line syncs.]" 141 " one per line, indented to show nesting. If the optional \asize\a" 169 pplint(char* head, char* comment, char* tail, int line) argument 171 NoP(line); 176 ppline(error_info.line, Ni [all...] |
/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | line.c | 38 line(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | line.c | 37 line(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | getdname.c | 75 char *line; local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | assert.h | 27 assert_real (const char *file, int line, int cond) argument 30 grub_fatal ("Assertion failed at %s:%d\n", file, line);
|
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | debug_subr.c | 53 sunFm_assert(const char *expr, const char *file, int line) argument 55 sunFm_panic("\"%s\", line %d: assertion failed: %s\n", file, line,
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | rescue_parser.c | 28 grub_rescue_parse_line (char *line, grub_reader_getline_t getline) argument 35 if (grub_parser_split_cmdline (line, getline, &n, &args) || n < 0) 43 if (n == 1 && grub_strchr (line, '='))
|
H A D | rescue_reader.c | 31 /* Prompt to input a command and read the line. */ 33 grub_rescue_read_line (char **line, int cont) argument 72 *line = grub_strdup (linebuf); 84 char *line; local 90 grub_rescue_read_line (&line, 0); 91 if (! line || line[0] == '\0') 94 grub_rescue_parse_line (line, grub_rescue_read_line); 95 grub_free (line);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | hexdump.c | 28 char line[80]; local 34 pos = grub_snprintf (line, sizeof (line), "%08lx ", bse); 41 pos += grub_snprintf (&line[pos], sizeof (line) - pos, 44 line[pos++] = ' '; 49 pos += grub_snprintf (&line[pos], sizeof (line) - pos, " "); 51 line[pos++] = ' '; 54 line[po [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | debug.c | 32 debug_fatal(const char* file, int line) argument 34 error(2, "%s:%d: debug error", file, line);
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 59 char line[1000]; local 105 while (fgets(line, 1000, tfp) != NULL) { 106 if (fputs(line, mfp) == NULL) {
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | getspent.c | 32 check_spnamp(nss_XbyY_args_t *argp, const char *line, int linelen) argument 34 const char *linep = line; 38 if (linelen == 0 || *line == '+' || *line == '-')
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | irs_p.h | 33 char line[BUFSIZ+1]; member in struct:lcl_sv
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | assertions.c | 83 default_assertion_failed(const char *file, int line, assertion_type type, argument 87 file, line, assertion_type_to_text(type), cond,
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | dsparse.c | 62 char *p, *line, *token, **toks; local 68 if (( rc = next_line( bufp, blenp, &line )) <= 0 ) { 73 free( line ); 78 p = line; 83 free( line ); 96 free( line ); 113 char *linestart, *line, *p; local 152 if (( line = malloc( p - linestart )) == NULL ) { 157 (void) memcpy( line, linestart, p - linestart ); 158 line[ [all...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgxpand.c | 53 char line[LSIZE]; local 65 while (fgets(line, LSIZE, fp)) { 66 mypkg = strtok(line, " \t\n");
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | line.c | 40 line(short x0, short y0, short x1, short y1) function 54 line(xnow, ynow, xsc(x0), ysc(y0));
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | NativeException.java | 32 * adding native source filename and line number, which are otherwise 46 NativeException(String file, int line, Throwable cause) argument 50 lineNumber = line; 58 buf.append(" line ");
|