/ast/src/lib/libast/comp/ |
H A D | regexp.c | 94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument 100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvImg.c | 28 Tk_Anchor anchor; /* Where to anchor image relative to member in struct:ImageItem 45 {TK_CONFIG_ANCHOR, "-anchor", (char *) NULL, (char *) NULL, 46 "center", Tk_Offset(ImageItem, anchor), TK_CONFIG_DONT_SET_DEFAULT}, 161 imgPtr->anchor = TK_ANCHOR_CENTER; 241 * of an image item, such as its anchor position. 372 * Compute location and size of image, using anchor information. 376 switch (imgPtr->anchor) {
|
H A D | tkCanvWind.c | 33 Tk_Anchor anchor; /* Where to anchor window relative to member in struct:WindowItem 47 {TK_CONFIG_ANCHOR, "-anchor", (char *) NULL, (char *) NULL, 48 "center", Tk_Offset(WindowItem, anchor), TK_CONFIG_DONT_SET_DEFAULT}, 185 winItemPtr->anchor = TK_ANCHOR_CENTER; 265 * of a window item, such as its anchor position. 451 * Compute location of window, using anchor information. 454 switch (winItemPtr->anchor) {
|
H A D | tkCanvBmap.c | 27 Tk_Anchor anchor; /* Where to anchor bitmap relative to member in struct:BitmapItem 45 {TK_CONFIG_ANCHOR, "-anchor", (char *) NULL, (char *) NULL, 46 "center", Tk_Offset(BitmapItem, anchor), TK_CONFIG_DONT_SET_DEFAULT}, 163 bmapPtr->anchor = TK_ANCHOR_CENTER; 245 * of a bitmap item, such as its anchor position. 385 * Compute location and size of bitmap, using anchor information. 390 switch (bmapPtr->anchor) { 735 * taking into account the anchor position for the bitmp. 742 switch (bmapPtr->anchor) { [all...] |
H A D | tkMessage.c | 67 Tk_Anchor anchor; /* Where to position text within window region member in struct:__anon411 110 {TK_CONFIG_ANCHOR, "-anchor", "anchor", "Anchor", 111 DEF_MESSAGE_ANCHOR, Tk_Offset(Message, anchor), 0}, 247 msgPtr->anchor = TK_ANCHOR_CENTER; 649 * and anchor option. 652 switch (msgPtr->anchor) { 683 switch (msgPtr->anchor) {
|
H A D | tkPlace.c | 58 Tk_Anchor anchor; /* Which point on tkwin is placed at the member in struct:Slave 291 Tcl_AppendResult(interp, " -anchor ", Tk_NameOfAnchor(slavePtr->anchor), 363 slavePtr->anchor = TK_ANCHOR_NW; 512 if ((c == 'a') && (strncmp(argv[0], "-anchor", length) == 0)) { 513 if (Tk_GetAnchor(interp, argv[1], &slavePtr->anchor) != TCL_OK) { 663 argv[0], "\": must be -anchor, -bordermode, -height, ", 746 * border) and location of anchor point within master. 796 * anchor point on the slave appears at that position. Also 800 switch (slavePtr->anchor) { [all...] |
H A D | tkMenubutton.c | 118 Tk_Anchor anchor; /* Where text/bitmap should be displayed member in struct:__anon410 189 {TK_CONFIG_ANCHOR, "-anchor", "anchor", "Anchor", 190 DEF_MENUBUTTON_ANCHOR, Tk_Offset(MenuButton, anchor), 0}, 383 mbPtr->anchor = TK_ANCHOR_CENTER; 825 switch (mbPtr->anchor) { 838 switch (mbPtr->anchor) { 862 switch (mbPtr->anchor) { 875 switch (mbPtr->anchor) {
|
H A D | tkButton.c | 125 Tk_Anchor anchor; /* Where text/bitmap should be displayed member in struct:__anon390 241 {TK_CONFIG_ANCHOR, "-anchor", "anchor", "Anchor", 242 DEF_BUTTON_ANCHOR, Tk_Offset(Button, anchor), ALL_MASK}, 571 butPtr->anchor = TK_ANCHOR_CENTER; 1202 switch (butPtr->anchor) { 1214 switch (butPtr->anchor) { 1251 switch (butPtr->anchor) { 1265 switch (butPtr->anchor) {
|
H A D | tkCanvText.c | 61 Tk_Anchor anchor; /* Where to anchor text relative to (x,y). */ member in struct:TextItem 93 {TK_CONFIG_ANCHOR, "-anchor", (char *) NULL, (char *) NULL, 94 "center", Tk_Offset(TextItem, anchor), 237 textPtr->anchor = TK_ANCHOR_CENTER; 589 switch (textPtr->anchor) { 607 switch (textPtr->anchor) { 1545 switch (textPtr->anchor) {
|
H A D | tkPack.c | 43 Tk_Anchor anchor; /* If frame allocated for window is larger member in struct:Packer 303 Tcl_AppendElement(interp, "-anchor"); 304 Tcl_AppendElement(interp, Tk_NameOfAnchor(slavePtr->anchor)); 636 * frame, depending on anchor. 714 switch (slavePtr->anchor) { 986 packPtr->anchor = TK_ANCHOR_CENTER; 1090 packPtr->anchor = TK_ANCHOR_CENTER; 1158 "option must be followed by anchor point", 1163 &packPtr->anchor) != TCL_OK) { 1481 slavePtr->anchor [all...] |
/ast/src/cmd/html/ |
H A D | html2rtf.c | 112 anchor(int ref, register char* s) function 151 anchor(1, op->value); 153 anchor(0, op->value);
|