HomeSort by: relevance | last modified time | path
    Searched refs:stext (Results 1 - 5 of 5) sorted by relevancy

  /src/games/adventure/
hdr.h 105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
io.c 311 stext[oldloc].seekadr = seekhere;
312 stext[oldloc].txtlen = maystart - seekstart;
init.c 87 struct text stext[LOCSIZE]; /* short loc descriptions */ variable in typeref:struct:text[]
main.c 107 kk = &stext[loc];
  /src/sys/miscfs/procfs/
procfs_linux.c 103 get_proc_size_info(struct proc *p, struct vm_map *map, unsigned long *stext,
108 *stext = 0;
119 if (*stext == *etext) {
120 *stext = entry->start;
458 unsigned long stext = 0, etext = 0, sstack = 0; local in function:procfs_do_pid_stat
470 get_proc_size_info(p, &vm->vm_map, &stext, &etext, &sstack);
520 stext, /* 26 start_code */

Completed in 24 milliseconds