HomeSort by: relevance | last modified time | path
    Searched defs:back (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/i386/stand/lib/
biosmca.S 91 jc back
97 jnz back
103 back: label
104 calll _C_LABEL(real_to_prot) # back to protected mode
  /src/tests/lib/libc/locale/
t_mbtowc.c 178 char back[MB_LEN_MAX]; local in function:ATF_TC_BODY
190 ret = wctomb(back, wc);
193 printf("%02X ",(unsigned char)back[i]);
  /src/usr.bin/look/
look.c 101 char *back, *front, *string, *p; local in function:main
152 back = front + len;
153 exit(look(string, front, back));
157 look(char *string, char *front, char *back)
173 front = binary_search(string, front, back);
174 front = linear_search(string, front, back);
177 print_from(string, front, back);
183 * Binary search for "string" in memory between "front" and "back".
193 * back points to the beginning of a line at or after the first
198 * back = EOF
    [all...]
  /src/lib/libform/
internals.h 75 struct _formi_tab_stops *back; member in struct:_formi_tab_stops
form.h 223 chtype back; /* character attributes for the background */ member in struct:_form_field
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 86 Item *back() { return last_; } function in struct:__sanitizer::IntrusiveList
87 const Item *back() const { return last_; } function in struct:__sanitizer::IntrusiveList
sanitizer_symbolizer_libcdep.cc 274 char *back = file_line_info + size - 1; local in function:__sanitizer::ParseFileLineInfo
276 while (back > file_line_info && IsDigit(*back)) --back;
277 if (*back != ':' || !IsDigit(back[1])) break;
279 info->line = internal_atoll(back + 1);
281 *back = '\0';
282 --back;
  /src/sys/ufs/ffs/
ffs_subr.c 290 int i, start, end, forw, back, map; local in function:ffs_clusteracct
348 back = start - i;
351 * back clusters.
353 i = back + forw + 1;
357 if (back > 0)
358 ufs_add32(sump[back], -cnt, needswap);
  /src/distrib/utils/more/
prim.c 206 back(n, pos, only_last) function
207 /*###207 [cc] conflicting types for `back'%%%*/
298 back(n, pos, only_last);
349 back(sc_height - 1, pos, 0);
422 * Back up to the beginning of the line.
467 * at the bottom of the screen, in order to be able to call back()
486 * More than a screenful back.
495 * Note that back() will repaint() if nline > back_scroll.
497 back(nline, npos, 0);
  /src/games/battlestar/
globals.c 206 "a broken back and ruptured spleen",
270 int left, right, ahead, back; variable in typeref:typename:int
  /src/sbin/dump/
optr.c 90 int back, errcount; local in function:query
101 back = -1;
109 back = 1;
111 back = 0;
118 } while (back < 0);
136 return(back);
  /src/usr.bin/error/
subr.c 76 void *back; local in function:Calloc
78 back = calloc(nelements, size);
79 if (back == NULL)
81 return back;
touch.c 360 bool back; local in function:preview
365 back = false;
371 back = true;
379 return back;
660 * Now, copy the temp file back over the original
  /src/lib/libmenu/
menu.h 116 attr_t back; /* menu background */ member in struct:__menu
  /src/sys/dev/pckbport/
alps.c 1036 u_int forward, back; local in function:pms_alps_decode_touchpad_packet_v2
1059 back = (psc->packet[3] & 0x04) >> 2;
1063 buttons |= (middle | forward | back) << 1;
  /src/usr.bin/sed/
defs.h 149 char *back; /* Backing memory. */ member in struct:__anon754a59000408
  /src/usr.bin/spell/spellprog/
spellprog.c 282 unsigned char *back; member in struct:wlist
366 wlists[i].back = wlists[i].front + (size_t)sb.st_size;
856 wlists[i].back)) == 1)
  /src/common/dist/zlib/
inflate.h 83 z_streamp strm; /* pointer back to this zlib stream */
106 unsigned offset; /* distance back to copy string from */
124 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
deflate.c 182 * keep the hash table consistent if we switch back to level > 0 later.
1561 Bytef *back = s->window + (int)match, *here = s->window + start; local in function:check_match
1566 back++;
1570 if (zmemcmp(back, here, len) != EQUAL) {
1574 fprintf(stderr, "(%02x %02x)", *back++, *here++);
  /src/common/dist/zlib/examples/
gzlog.c 122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back - 3 + (op << 3)
464 int back, len, mask; local in function:log_last
    [all...]
  /src/bin/csh/
lex.c 79 * If they push back a character then they must push it behind
1125 int back; local in function:gethent
1127 back = 0;
1155 back = 1;
1185 if (back)
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 213 UINTN back; local in function:DbgPrint
245 back = (ps.Attr >> 4) & 0xf;
246 ps.AttrNorm = EFI_TEXT_ATTR(EFI_LIGHTGRAY, back);
247 ps.AttrHighlight = EFI_TEXT_ATTR(EFI_WHITE, back);
248 ps.AttrError = EFI_TEXT_ATTR(EFI_YELLOW, back);
628 UINTN back; local in function:Print
631 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args);
633 return back;
688 UINTN back; local in function:PrintAt
691 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args)
722 UINTN back; local in function:IPrint
761 UINTN back; local in function:IPrintAt
782 UINTN back; local in function:_IPrint
838 UINTN back; local in function:AsciiPrint
    [all...]
  /src/lib/libkvm/
kvm_proc.c 749 void *back; local in function:kvm_getlwps
772 st = kvm_read(kd, laddr, &back, sizeof(back));
777 kl->l_back = PTRTOUINT64(back);
  /src/usr.sbin/altq/libaltq/
qop.c 1038 struct fltrinfo *fp, *front, *back, *prev = NULL; local in function:add_filter_rule
1044 back = fltrinfo;
1048 back = fp;
1051 relation = filt_check_relation(&front->fltr, &back->fltr);
1059 if (front->dontwarn == 0 && back->dontwarn == 0)
1063 back->clinfo->clname, back->line_no);
1075 if (front->clinfo == back->clinfo)
1077 if (front->dontwarn == 0 && back->dontwarn == 0)
1081 back->clinfo->clname, back->line_no)
    [all...]
  /src/games/adventure/
init.c 114 emerald, pyramid, pearl, rug, chain, spices, back, look, cave, variable in typeref:typename:int
233 back = vocab(DECR('b', 'a', 'c', 'k', '\0'), 0, 0);

Completed in 29 milliseconds

1 2